JavaScript

A5.ViewBoxgetState Method

Syntax

A5.ViewBox.getState()

Returns

stateobject

The state information.

Description

Returns the current state information object.

Example

// To get a pointer to the A5.ViewBox class see {dialog.object}.getControl
// assume vbObj is a pointer to an instance of the A5.ViewBox class
var state = vbObj.getState();